home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMINSERTCELLS / TFRMINSERTCELLS.txt
Text File  |  2006-04-19  |  849b  |  46 lines

  1. object frmInsertCells: TfrmInsertCells
  2.   Left = 273
  3.   Top = 142
  4.   BorderStyle = bsDialog
  5.   ClientHeight = 137
  6.   ClientWidth = 212
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -10
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object radgrpAction: TRadioGroup
  19.     Left = 4
  20.     Top = 4
  21.     Width = 204
  22.     Height = 98
  23.     TabOrder = 0
  24.   end
  25.   object btnOk: TButton
  26.     Left = 57
  27.     Top = 110
  28.     Width = 72
  29.     Height = 22
  30.     Caption = 'Ok'
  31.     Default = True
  32.     ModalResult = 1
  33.     TabOrder = 1
  34.   end
  35.   object btnCancel: TButton
  36.     Left = 136
  37.     Top = 110
  38.     Width = 72
  39.     Height = 22
  40.     Cancel = True
  41.     Caption = 'Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45. end
  46.